Model groups
- createModelGroup(Container, GroupName)
Creates a model group
- Parameters:
Container (Entity) – Container pointer in which to create the group.
GroupName (str) – Group name. Conditions: “” input must be non-empty.
- moveToModelGroup(entity, GroupNewCreation, GroupNewName)
Move to model group:
- Parameters:
entity ([Entity]) – Entity/Entities to apply the command
GroupNewCreation – New group.
GroupNewName – Group name.
- removeModelGroup(GroupPointer)
Removes a model group
- Parameters:
GroupPointer (Entity) – Model Group to apply the command. Conditions: The argument must be a model group variable.
- renameModelGroup(GroupPointer, GroupName)
Renames a model group
- Parameters:
GroupPointer (Entity) – Model Group to apply the command. Conditions: The argument must be a model group variable.
GroupName (str) – Group name. Conditions: “” input must be non-empty.
- setActiveModelGroup(GroupPointer)
Set as active a model group
- Parameters:
GroupPointer (Entity) – Model Group to apply the command. Conditions: The argument must be a model group variable.